home *** CD-ROM | disk | FTP | other *** search
/ Clickx 75 / Clickx 75.iso / software / expressionweb / expressionwebv3 / ExpressionWeb_en.exe / Setup / WeImp.cab / PsdImaging.dll / XML / DENOISERRENDEREFFECT.XML < prev    next >
Encoding:
Extensible Markup Language  |  2009-07-15  |  5.6 KB  |  143 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <effect label="Denoiser render effect">
  3.   <description>
  4.     Noise reduction effect.
  5.     This effect is not intended to be used directly but it is the main component of the Denoiser Auto Effect.
  6.   </description>
  7.  
  8.   <scale type="power2"/>
  9.  
  10.   <property name="NoiseLevelLuminance" type="float" default="1" label="Noise Level (Luminance)">
  11.     <range min="0.0" max="20.0"/>
  12.     <comments>
  13.       Modulates the noise amount used to calculate denoising statistics.
  14.       A value of 1 means that the denoiser takes the estimated noise level exactly with no modification.
  15.       This property is for the Luminance noise level.
  16.     </comments>
  17.   </property>
  18.  
  19.   <property name="NoiseLevelChrominance" type="float" default="1" label="Noise Level (Chrominance)">
  20.     <range min="0.0" max="20.0"/>
  21.     <comments>
  22.       Same than NoiseLevelLuminance but for Chrominance noise.
  23.     </comments>
  24.   </property>
  25.  
  26.   <property name="CoarseNoiseLevelLuminance" type="float" default="1" label="Coarse Noise Level (Luminance)">
  27.     <range min="0.0" max="20.0"/>
  28.     <comments>
  29.       Modulates the coarse noise correction amount used to calculate denoising statistics.
  30.       A value of 1 means that the denoiser takes the estimated noise level exactly with no modification.
  31.       This property is for the Luminance noise level.
  32.     </comments>
  33.   </property>
  34.  
  35.   <property name="CoarseNoiseLevelChrominance" type="float" default="1" label="Coarse Noise Level (Chrominance)">
  36.     <range min="0.0" max="20.0"/>
  37.     <comments>
  38.       Same than CoarseNoiseLevelLuminance but for Chrominance.
  39.     </comments>
  40.   </property>
  41.  
  42.   <property name="DenoiserQuality" type="int" default="0" label="Quality">
  43.     <choice>Normal</choice>
  44.     <choice>Fast</choice>
  45.     <choice>High</choice>
  46.   </property>
  47.  
  48.   <property name="CalculateEstimatorModel" private="1" type="bool" default="false" label="CalculateEstimatorModel">
  49.     <comments>
  50.       Forces DenoiserRenderEffect to recalculate the estimator model when set from false to true
  51.     </comments>
  52.   </property>
  53.  
  54.   <property name="NoiseWaveletModel0" type="custom" private="1">
  55.     <comments>
  56.       Pointer to noise model for channel 0
  57.     </comments>
  58.   </property>
  59.   <property name="NoiseWaveletModel1" type="custom" private="1">
  60.     <comments>
  61.       Pointer to noise model for channel 1
  62.     </comments>
  63.   </property>
  64.   <property name="NoiseWaveletModel2" type="custom" private="1">
  65.     <comments>
  66.       Pointer to noise model for channel 2
  67.     </comments>
  68.   </property>
  69.  
  70.   <property name="SignalStatistics0" type="custom" private="1">
  71.     <comments>
  72.       Pointer to signal statistics for channel 0
  73.     </comments>
  74.   </property>
  75.   <property name="SignalStatistics1" type="custom" private="1">
  76.     <comments>
  77.       Pointer to signal statistics for channel 0
  78.     </comments>
  79.   </property>
  80.   <property name="SignalStatistics2" type="custom" private="1">
  81.     <comments>
  82.       Pointer to signal statistics for channel 0
  83.     </comments>
  84.   </property>
  85.  
  86.   <property name="UseLocalBandNeighborhoodLuminance" type="bool" default="true" label="UseLocalBandNeighborhoodLuminance">
  87.     <comments>
  88.       Specifies if the denoiser multivariate model should take into account the local neighborhood in the wavelet subband under consideration.
  89.     </comments>
  90.   </property>
  91.   <property name="UseLocalBandNeighborhoodChrominance" type="bool" default="true" label="UseLocalBandNeighborhoodChrominance">
  92.     <comments>
  93.       Same than UseLocalBandNeighborhoodLuminance but for chrominance denoising.
  94.     </comments>
  95.   </property>
  96.  
  97.   <property name="UseParentBandNeighborhoodMaxLevelLuminance" type="int" default="2" label="UseParentBandNeighborhoodMaxLevelLuminance">
  98.     <range min="0" max="3"/>
  99.     <comments>
  100.       Specifies the maximum level up to which the denoiser multivariate model should take into account the wavelet parent coefficient in the subband under consideration.
  101.     </comments>
  102.   </property>
  103.   <property name="UseParentBandNeighborhoodMaxLevelChrominance" type="int" default="2" label="UseParentBandNeighborhoodMaxLevelChrominance">
  104.     <range min="0" max="3"/>
  105.     <comments>
  106.       Same than UseParentBandNeighborhoodMaxLevelLuminance but for chrominance denoising.
  107.     </comments>
  108.   </property>
  109.  
  110.   <property name="EstimatorSubbandLevelCountLuminance" type="int" default="4" label="EstimatorSubbandLevelCountLuminance">
  111.     <range min="0" max="4"/>
  112.     <comments>
  113.       Specifies the maximum level up to which the denoiser may use the fast estimator model.
  114.     </comments>
  115.   </property>
  116.   <property name="EstimatorSubbandLevelCountChrominance" type="int" default="4" label="EstimatorSubbandLevelCountChrominance">
  117.     <range min="0" max="4"/>
  118.     <comments>
  119.       Same than EstimatorSubbandLevelCountLuminance but for chrominance denoising.
  120.     </comments>
  121.   </property>
  122.  
  123.   <property name="NoiseReductionAmountLuminance" type="float" default="1" label="Noise Reduction Amount (Luminance)">
  124.     <range min="0.0" max="2.0"/>
  125.     <comments>
  126.       Specifies the amount of noise reduction to apply.
  127.       This works exactly like a blend between the original image and the denoised image.
  128.       A value of 1 means that the effect outputs 100% of the denoised image and 0% of the original image.
  129.       This property is for the Luminance correction.
  130.       (Software only)
  131.     </comments>
  132.   </property>
  133.  
  134.   <property name="NoiseReductionAmountChrominance" type="float" default="1" label="Noise Reduction Amount (Chrominance)">
  135.     <range min="0.0" max="2.0"/>
  136.     <comments>
  137.       Same than NoiseReductionAmountLuminance but for Chrominance.
  138.       (Software only)
  139.     </comments>
  140.   </property>
  141.  
  142. </effect>
  143.